'Declaration Public MustInherit Class _XyParallelPlotView (Of TOwnerView As IPlotListLayoutView, TSeriesView As IParallelSeriesView, TPlotDefinition As IParallelPlotDefinition, TPlotDataModel As IParallelPlotDataModel) Inherits _BaseParallelPlotView(Of TOwnerView,TSeriesView,TPlotDefinition,TPlotDataModel) Implements IDisplayable, IIdentityView, IModel, IParallelPlotModel, IParallelPlotView, IPlotModel, IPlotView, IQueryInterface, IView, IViewModel, IXyParallelPlotView
public abstract class _XyParallelPlotView<TOwnerView,TSeriesView,TPlotDefinition,TPlotDataModel> : _BaseParallelPlotView<TOwnerView,TSeriesView,TPlotDefinition,TPlotDataModel>, IDisplayable, IIdentityView, IModel, IParallelPlotModel, IParallelPlotView, IPlotModel, IPlotView, IQueryInterface, IView, IViewModel, IXyParallelPlotView where TOwnerView: IPlotListLayoutView where TSeriesView: IParallelSeriesView where TPlotDefinition: IParallelPlotDefinition where TPlotDataModel: IParallelPlotDataModel